
 IfPodule
~~~~~~~~~~~
Program		IfPodule
Purpose		Detects presence of podules
Version		1.00, October 1993
Author		Dave Lawrence
Copyright	(C) Dave Lawrence
Licence		GPL


 About
=======

Detects presence of podules

    
 Syntax
========

IfPodule <podule> <command>
    <command> executed if <podule> installed

IfPodule <podule> <command_1> <command_2>
    <command_1> executed if <podule> installed
    <command_2> executed if not installed

IfPodule <podule> <command> <param_1> <param_2>
    <command> <param_1> executed if <podule> installed
    <command> <param_2> executed if not installed

Where
    <podule> can be:
        1) a (partial) podule name,
        2) a 4-bit simple podule type, or
        3) a 32-bit ID with the product type in the low 16 bits and
        the manufacturer in the top 16 bits


 Examples
==========

  *IfPodule SCSI "Echo SCSI installed"
  *IfPodule Fax "Filer_Run !FaxManager" "Echo No FaxPack present"
  *IfPodule LaserDirect "Set LD$Present" yes no
  *IfPodule &1100A4 "Echo Acorn Ether3 installed"
  *IfPodule 15 "Echo Nicks Magic podule is available"
